L8. ARM Cortex-M0(+) Core (Part 1)

Pasted image 20240406231120.png

CPU Core

Terminologies

instruction

Processor를 실행시키는 명령어, Operator와 Operand로 이뤄져 있다. (Operand는 없을 수도)

Operation

instruction의 부분으로 어떤 작업을 할 것인지 특정 해준다.

Operand

instruction의 부분으로 Operation에 의해 사용되는 Parameter다.

Structure of CPU Core

Pasted image 20240406233648.png